projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a927f5c
)
(Fcar_less_than_car): Fix typo in previous change.
author
Richard M. Stallman
<rms@gnu.org>
Thu, 14 Oct 1993 04:30:19 +0000
(
04:30
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Thu, 14 Oct 1993 04:30:19 +0000
(
04:30
+0000)
src/fileio.c
patch
|
blob
|
history
diff --git
a/src/fileio.c
b/src/fileio.c
index c2fca1b375b2382e52c750750a74a2db27ae27e1..02d4e635a5175ac7f4178a4b061fb0b2a39c0f75 100644
(file)
--- a/
src/fileio.c
+++ b/
src/fileio.c
@@
-2866,7
+2866,7
@@
to the file, instead of any buffer contents, and END is ignored.")
Lisp_Object merge ();
DEFUN ("car-less-than-car", Fcar_less_than_car, Scar_less_than_car, 2, 2, 0,
- "Return t if (car A) is numerically less than (car B)."
+ "Return t if (car A) is numerically less than (car B)."
)
(a, b)
Lisp_Object a, b;
{